Crate win_etw_metadata

source ·
Expand description

Definitions for metadata used by Event Tracing for Windows.

These definitions are used by the win_etw_macros crate to describe the schema of events. Most applications will not need to use these definitions directly.

Structs

  • Defines the input type of a field. In traceloggingprovider.h, this is the ’TlgIn_t` enumerated type.
  • Predefined event tracing levels
  • Specifies how a field should be interpreted or displayed.
  • This structure describes the start of the ETW metadata section. A single static instance of this structure is placed in PE/COFF modules, and it identifies the start of the ETW metadata section. In this implementation, that single instance is ETW_TRACE_LOGGING_METADATA.

Constants